Skip to content

Update application.properties#86

Open
Micron818 wants to merge 1 commit intocallicoder:masterfrom
Micron818:patch-1
Open

Update application.properties#86
Micron818 wants to merge 1 commit intocallicoder:masterfrom
Micron818:patch-1

Conversation

@Micron818
Copy link
Copy Markdown

resolve the result miss error message, ex.
curl --location --request GET 'localhost:8080/api/polls/0' {
"timestamp": "2023-11-24T15:20:35.530+00:00",
"status": 404,
"error": "Not Found",
"message": "Poll not found with id : '0'",
"path": "/api/polls/0"
}

resolve the result miss error message, ex.
curl --location --request GET 'localhost:8080/api/polls/0'
{
    "timestamp": "2023-11-24T15:20:35.530+00:00",
    "status": 404,
    "error": "Not Found",
    "message": "Poll not found with id : '0'",
    "path": "/api/polls/0"
}
@Micron818
Copy link
Copy Markdown
Author

resolve the result exception miss message
before:

{
"timestamp": "2023-11-24T15:20:35.530+00:00",
"status": 404,
"error": "Not Found",
"path": "/api/polls/0"
}

resolved:

{
"timestamp": "2023-11-24T15:20:35.530+00:00",
"status": 404,
"error": "Not Found",
"message": "Poll not found with id : '0'",
"path": "/api/polls/0"
}

@Micron818 Micron818 closed this Nov 24, 2023
@Micron818 Micron818 reopened this Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant